/* manual testing */

.manualTest .loadTestingHero {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/05/manual-testing.webp');
}
.manualTest .herosec.loadTestingHero:before {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/06/manual-testing-stats-min-1.webp');
    bottom: -140px;
    right: 0;
    height: 370px;
}
.manualTest .t-whatwedo-text > p {
    padding-right: 48px;
}
.manualTest .t-whatwedo-Img {
    display: flex;
    align-items: center;
    height: 100%;
}
.manualTest .t-whyChoose .t-whatwedo-text > p {
    padding-right: 0;
}
.manualTest .t-whatwedo-text .parameterList ul {
    padding-right: 51px;
}
.manualTest  .t-trendTopics{
	background-color: #f5f5f5;
	padding: 80px 0;
}
.manualTest .t-whatwedo.t-whyChoose {
    padding: 140px 0;
}
.manualTest .t-industries{
	padding: 140px 0 110px;
}
.manualSteps{
	padding: 140px 0 0;
}
.manualSteps .sec-heading h4{
	max-width: 1052px;
	margin: 0 auto 70px;
	text-align: center;
}
.manualSteps .sinManualStep {
    max-width: 550px;
    width: 100%;
    background-color: #fff;
    border: 2px solid;
    border-radius: 50px;
    padding: 38px 85px 48px 40px;
    box-shadow: 4px 4px 8px 0 rgba(98, 98, 98, 0.1);
    position: relative;
    margin: 0 auto;
    min-height: 322px;
}
.manualSteps .sinManualStep h2{
	font-size: 24px;
	font-weight: 500;
	line-height: 31px;
	margin-bottom: 8px;
	font-family: 'IBM Plex Sans', sans-serif;
}
.manualSteps .sinManualStep p{
	margin-bottom: 0;
	font-size: 18px;
}
.stepNum {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}
.stepNum span{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 31px;
}
.stepNum h3{
	margin: 0;
	color: #0C0520;
	font-size: 24px;
	font-weight: 500;
	font-style: uppercase;
}
.sinManualStep:before{
	position: absolute;
	content: '';
	top: -18px;
	left: -18px;
	width: 99px;
	height: 92px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sinManualStep.oneStep{
	border-color: #FE9A9B;
	margin-bottom: 85px;
}
.sinManualStep.oneStep span{
	background-color: #FFEEEF;
	color: #FE9A9B;
}

.sinManualStep.twoStep{
	border-color: #FDD078;
	margin-bottom: 85px;
}
.sinManualStep.twoStep span{
	background-color: rgba(253, 208, 120, 0.2);
	color: #FDD078;
}
.sinManualStep.threeStep{
	border-color: #72D1D1;
}
.sinManualStep.threeStep span{
	background-color: rgba(114, 209, 209, 0.2);
	color: #72D1D1;
}
.sinManualStep.fourStep{
	border-color: #A294F7;
}
.sinManualStep.fourStep span{
	background-color: rgba(162, 148, 247, 0.2);
	color: #A294F7;
}

.sinManualStep.oneStep:before{
	background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/05/one.png');
}
.sinManualStep.twoStep:before{
	background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/05/two.png');
}
.sinManualStep.threeStep:before{
	background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/05/three.png');
}
.sinManualStep.fourStep:before{
	background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/05/four.png');
}

.approchHead {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 170px;
}
.manualSteps .approchHead h4{
	margin-bottom: 42px;
}
.manualSteps .approchHead h6{
	margin-bottom: 55px;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
.sinApproach{
	max-width: 243px;
	margin: 0 auto;
	padding: 23px 9px 23px 24px;
	min-height: 385px;
	border-radius: 20px;
	position: relative;
	z-index: 9;
}
.sinapproachRow > div{
	position: relative;
}
.sinapproachRow > div:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed #777;
    top: 50%;
    left: 50%;
    transform: translate(0%,-50%);
    z-index: 0;
}
.sinapproachRow{
	position: relative;
}
.sinapproachRow:before {
    position: absolute;
    content: '';
    width: 75%;
    height: 42px;
    border-top: 0;
    top: -42px;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 0;
    background: url('https://www.crestechsoftware.com/wp-content/uploads/2022/05/row-line.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sinapproachRow > div:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #777777;
    border-bottom: 6px solid transparent;
    right: 0;
    top: 50%;
    margin-top: -5px;
    margin-right: -5px;
}
.sinapproachRow > div:nth-child(4):before {
    display: none;
}
.sinapproachRow > div:nth-child(4):after {
    display: none;
}
.sinapproachRow > div:last-child:before {
    display: none;
}
.sinapproachRow > div:last-child:after {
    display: none;
}
.sinApproach.oneApproach{
background: #FB9999;
}
.sinApproach.twoApproach{
background:#F8CE76;
}
.sinApproach.threeApproach{
background:#72D5D5;
}
.sinApproach.fourApproach{
background: #A398FC;
}
.sinApproach h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 31px;
	font-family: 'IBM Plex Sans', sans-serif;
	margin:13px 0 7px;
}
.sinApproach .approchImg {
    text-align: center;
    margin-right: 15px;
}
.sinApproach p{
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
.approachSecText{
background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 20.4%, #E2F5FD 100%);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 302px 0 157px;
	margin-top: -260px;
	background-color: #fff		;
}
.approachSecText p{
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	max-width: 730px;
	margin: 0 auto;
}
.manualTest .autoTestText .parameterList ul {
    padding-right: 80px;
}
.manualTest .autoTest-stats {
    padding: 140px 0 16px;
}
.manualTest .autoTest-stats p{
	font-size: 18px;
	line-height: 27px;
	padding-right: 90px;
}
.manualTest .t-toolsUse .parameterList ul{
	max-width: 100%;
}
.manualTest .t-toolsUse .approachText > p {
    padding-right: 10px;
    margin-bottom: 42px;
}
.manualTest .t-toolsUse .approachCol{
	padding-right:0px;
}
.manualTest  .t-toolsUse ul.icons-list {
    justify-content: space-between;
    gap: 40px;
    max-width: 446px;
}
.manualTest .t-toolsUseIcons.verticalAlign {
    align-items: center;
}
.manualTest .t-loadTestSteps li img{
	margin-right: 24px;
}
.manualTest .t-loadTest .sec-heading h4 {
    padding-right: 30px;
}	
.manualTest  .approachSecText h6{
    display: none;
}
.loopTextMb span {
    display: none;
}
@media(max-width:1199px){
	.manualSteps .sinManualStep {
    padding: 38px 68px 48px 40px;
	}
}
@media(max-width:991px){
	.sinApproach {
    margin: 0 auto 78px;
}
.sinapproachRow > div:before {
    width: 1%;
    height: 86px;
    border-left: 1px dashed #777;
    top: auto;
    left: 50%;
    transform: translate(0%,0%);
    z-index: 0;
    bottom: -3px;
    border-top: 0;
}
.sinapproachRow > div:after {
    right: 50%;
    top: auto;
    margin-top: 0;
    margin-right: -6px;
    bottom: 35px;
    transform: rotate(90deg);
}
.manualSteps .approchHead h6 {
    display: none;
}
.loopTextMb span {
    background: #FC999A;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 auto;
    max-width: 243px;
    width: 100%;
    display: inherit;
    text-align: center;
}
.manualTest .approachSecText h6{
    margin-bottom: 55px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    display: block;
    text-align: center;
}
.approachSecText{
	padding: 280px 0 157px;
}
.sinManualStep.threeStep{
	margin-bottom: 85px;
}
.sinapproachRow:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 90%;
    border-top: 0;
    top: 175px;
    left: 50%;
    transform: inherit;
    z-index: 0;
    background: url('https://www.crestechsoftware.com/wp-content/uploads/2022/05/lines.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -155px;
}
.manualTest .t-whatwedo-Img {
    justify-content: center;
}
.manualTest .approachSec.t-toolsUse .row {
    flex-direction: column-reverse;
}
.manualTest .herosec.loadTestingHero:before {
		bottom: -125px;
    height: 290px;
    width: 465px;
}
.sinApproach.fourApproach {
    margin-bottom: 38px;
}
}
@media(max-width:767px){
	.manualTest .loadTestingHero {
	    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/05/manual-tresting-banner-mb.webp');
	}
	.manualTest .herosec.loadTestingHero:before {
    bottom: -90px;
    height: 212px;
    width: 320px;
	}
	.manualTest .heroText {
    padding: 110px 15px 210px;
	}
	.manualTest .t-whatwedo-text > p {
    padding-right: 0;
	}
	.manualTest .t-whatwedo-text .parameterList ul {
    padding-right: 0;
	}
	.manualSteps {
    padding: 102px 0 0;
	}
	.manualSteps .sinManualStep {
    padding: 32px 27px 48px 25px;
	}
	.sinManualStep.oneStep {
    margin-bottom: 53px;
	}
	.sinManualStep.twoStep {
	    margin-bottom: 53px;
	}
	.sinManualStep.threeStep {
	    margin-bottom: 53px;
	}
	.planStepRow{
		padding-left: 15px;
	}
	.sinManualStep:before {
    width: 80px;
    height: 80px;
	}
	.approchHead {
    margin-top: 70px;
	}
	.approachSecText {
    padding: 280px 0 100px;
	}
	.manualTest .autoTest-stats .row {
    flex-direction: column;
	}
	.manualTest .autoTest-stats {
    padding: 52px 0 16px;
	}
	.manualTest .autoTest-stats p {
    font-size: 16px;
    line-height: 27px;
    padding-right: 0;
	}
	.manualTest .autoTestText .parameterList ul {
    padding-right: 0;
	}
	.manualTest  .autoStatImg {
    margin-top:35px;
    margin-bottom: 0;
}
.manualTest .t-toolsUse .approachCol {
    padding-right: 15px;
}
.manualTest .t-toolsUse .approachText > p {
    padding-right: 15px;
    margin-bottom: 42px;
}
.manualTest  .t-toolsUse .parameterList ul {
    padding-right: 0;
}
.manualTest  .t-toolsUse ul.icons-list li span {
    width: 90px;
    max-width: 90px;
    height: 90px;
}
.manualTest  .t-toolsUse ul.icons-list {
    justify-content: space-between;
    gap: 20px;
    max-width: 320px;
}
.manualTest .t-whatwedo.t-whyChoose {
    padding: 90px 0 40px;
}
.manualTest .t-industries {
    padding: 70px 0 40px;
}
.manualTest .t-loadTestSteps li img {
    margin-right: 18px;
    max-width: 50px;
}
}